home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / RAND / ALL95.LZH / transcript_1108 / text0009.txt < prev    next >
Encoding:
Text File  |  1995-11-26  |  2.1 KB  |  41 lines

  1. >I recognized more than half of the email addresses, but if they want to
  2. >introduce themselves, it's up to them.
  3. Yes, please do so.
  4.  
  5. >As Bertrand mentioned it's a rather good idea, but in contrast to him I
  6. >see some problems with it. I'd very much like to be proven wrong, though.
  7. Yes, the problems are many. But for the memory, one would need, say, 2 bits
  8. as on the map there are a few colors for the walls. But we don't need the
  9. full resolution (anyway, we only have a small screen to display it) as the
  10. coordinates used by doom are very precise: one unit is one texture pixel.
  11. This answers your question about the positions of objects, too. There's no
  12. need to have fixed point coordinates: the integer coordinates give smooth
  13. enough movement. For the collisions with objects, each object has a "radius"
  14. which is specified in the wad.
  15. Back to the map. If we have a resolution of two or four length units, it
  16. divides the space the map takes by four or sixteen, giving 256ko or 64ko.
  17.  
  18. >By the way, can all trigger mechanisms and such be handled only by knowing
  19. >which sector the player is in? Or is there ever a need to know which line
  20. >was crossed?
  21. Some mechanisms are triggered by crossing lines, if I remember correctly.
  22. The details are in the specs. I'll browse it once more and tell you tomorrow.
  23.  
  24. >For collision detection against objects I think that will work fine since
  25. >the those are just sprites. There's no great problem if you don't get
  26. >their positions exactly right.
  27. The positions and radii are known.
  28.  
  29. Bye.
  30. +-----------------------------------------------------------+
  31. |Bertrand Le Roy      |A Darwinian theory of Gravitation:   |
  32. |bleroy@ccr.jussieu.fr|In the beginning,  mature apples fell|
  33. |tel. 44.27.72.95     |in all directions. But only the trees|
  34. |fax. 44.27.72.87     |whose apples fell down have survived.|
  35. +-----------------------------------------------------------+
  36. |Laboratoire de Gravitation et Cosmologie Relativistes      |
  37. |Universite Pierre et Marie Curie, tour 22-12, 4e etage     |
  38. |4, place Jussieu, 75252 Paris Cedex 05                     |
  39. +-----------------------------------------------------------+
  40.  
  41.